Elements
Components
Other Stuff
Panels
<div class="panel panel-default">
<div class="panel-body">Basic panel example</div>
</div>
Panel heading without title
Panel content
<div class="panel panel-default">
<div class="panel-heading">Panel heading without title</div>
<div class="panel-body">Panel content</div>
</div>
Panel heading without title
Panel content
<div class="panel panel-default">
<div class="panel-heading clearfix">
<i style="margin-right: 10px;" class="fa fa-arrows"></i>
<i class="fa fa-share pull-right"></i> Panel heading without title
</div>
<div class="panel-body">Panel content</div>
<div class="panel-footer clearfix">
<a href="#" class="btn btn-default btn-xs pull-right">Avbryt</a>
<a href="#" style="margin-right: 10px;" class="btn btn-primary btn-xs pull-right">Spara</a> Panel footer
</div>
</div>
Panel heading without title
1 |
First Name |
Last Name |
Username |
2 |
Julian |
Moser |
@moser |
3 |
Scott |
Romero |
@scottr |
4 |
Ofelia |
Dinescu |
@ofelia |
5 |
Lorelei |
Pogor |
@lpogor |
6 |
Camilla |
Vik |
@camvik |
<div class="panel panel-default">
<div class="panel-heading clearfix"><i style="margin-right: 10px;" class="fa fa-arrows"></i><i class="fa fa-share pull-right"></i>Panel heading without title</div>
<div class="panel-body">
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th>1</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username </th>
</tr>
</thead>
<tbody>
<tr>
<td>2</td>
<td>Julian</td>
<td>Moser</td>
<td>@moser</td>
</tr>
<tr>
<td>3</td>
<td>Scott</td>
<td>Romero</td>
<td>@scottr</td>
</tr>
<tr>
<td>4</td>
<td>Ofelia</td>
<td>Dinescu</td>
<td>@ofelia</td>
</tr>
<tr>
<td>5</td>
<td>Lorelei</td>
<td>Pogor</td>
<td>@lpogor</td>
</tr>
<tr>
<td>6</td>
<td>Camilla</td>
<td>Vik</td>
<td>@camvik</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="panel-footer clearfix"><a href="#" class="btn btn-default btn-xs pull-right">Avbryt</a><a href="#" style="margin-right: 10px;" class="btn btn-primary btn-xs pull-right">Spara</a>Panel footer</div>
</div>